home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / s_to_z / sysfile / sysabout.dfm / sysabout.txt < prev   
Encoding:
Text File  |  1996-09-15  |  2.4 KB  |  117 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 191
  3.   Top = 96
  4.   HelpContext = 26
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'About SysFile V1.0'
  8.   ClientHeight = 224
  9.   ClientWidth = 332
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   TextHeight = 16
  18.   object Image1: TImage
  19.     Left = 16
  20.     Top = 20
  21.     Width = 153
  22.     Height = 139
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 12
  28.     Top = 12
  29.     Width = 161
  30.     Height = 145
  31.     Shape = bsFrame
  32.   end
  33.   object Label1: TLabel
  34.     Left = 28
  35.     Top = 168
  36.     Width = 133
  37.     Height = 37
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'Developed with Delphi∩┐╜'
  41.     Font.Color = clNavy
  42.     Font.Height = -16
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     WordWrap = True
  47.   end
  48.   object Label2: TLabel
  49.     Left = 196
  50.     Top = 12
  51.     Width = 117
  52.     Height = 69
  53.     Alignment = taCenter
  54.     AutoSize = False
  55.     Caption = 'Created by Wayne Niddery Copyright ∩┐╜ 1995 by WinWright'
  56.     Font.Color = clMaroon
  57.     Font.Height = -15
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     WordWrap = True
  62.   end
  63.   object BitBtn1: TBitBtn
  64.     Left = 212
  65.     Top = 92
  66.     Width = 89
  67.     Height = 33
  68.     TabOrder = 0
  69.     Kind = bkOK
  70.   end
  71.   object Panel1: TPanel
  72.     Left = 186
  73.     Top = 136
  74.     Width = 138
  75.     Height = 81
  76.     HelpContext = 26
  77.     BevelInner = bvRaised
  78.     BevelWidth = 2
  79.     BorderStyle = bsSingle
  80.     Caption = 'Panel1'
  81.     TabOrder = 1
  82.     OnClick = Panel1Click
  83.     OnMouseDown = Panel1MouseDown
  84.     OnMouseUp = Panel1MouseUp
  85.     object Image2: TImage
  86.       Left = 4
  87.       Top = 4
  88.       Width = 128
  89.       Height = 71
  90.       Align = alClient
  91.       Picture.Data = {<image001.bmp>}
  92.       Stretch = True
  93.       OnClick = Panel1Click
  94.       OnMouseDown = Panel1MouseDown
  95.       OnMouseUp = Panel1MouseUp
  96.     end
  97.     object Label3: TLabel
  98.       Left = 16
  99.       Top = 20
  100.       Width = 100
  101.       Height = 45
  102.       Alignment = taCenter
  103.       AutoSize = False
  104.       Caption = 'Registration Information'
  105.       Font.Color = clYellow
  106.       Font.Height = -16
  107.       Font.Name = 'Arial'
  108.       Font.Style = [fsBold, fsItalic]
  109.       ParentFont = False
  110.       Transparent = True
  111.       OnClick = Panel1Click
  112.       OnMouseDown = Panel1MouseDown
  113.       OnMouseUp = Panel1MouseUp
  114.     end
  115.   end
  116. end
  117.